Fix parameter parsing in parserTests.php
authorMax Semenik <maxsem.wiki@gmail.com>
Tue, 23 Feb 2016 01:45:51 +0000 (17:45 -0800)
committerMax Semenik <maxsem.wiki@gmail.com>
Tue, 23 Feb 2016 01:45:51 +0000 (17:45 -0800)
Change-Id: Iafb8a60f040cd94eb1b8c30ea5ace9cff4272c0e

tests/parserTests.php

index 02c0123..7e6f68c 100644 (file)
@@ -24,9 +24,9 @@
  * @ingroup Testing
  */
 
-$otions = [ 'quick', 'color', 'quiet', 'help', 'show-output',
+$options = [ 'quick', 'color', 'quiet', 'help', 'show-output',
        'record', 'run-disabled', 'run-parsoid' ];
-$optionsWithArgs = [ 'regex', 'filter', 'seed', 'setversion' ];
+$optionsWithArgs = [ 'regex', 'filter', 'seed', 'setversion', 'file' ];
 
 require_once __DIR__ . '/../maintenance/commandLine.inc';
 require_once __DIR__ . '/TestsAutoLoader.php';